home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 18 / Silicon_Graphics_hot mix 18.iso / netresults / netresults-solaris.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1998-02-14  |  205 b   |  11 lines

  1. #!/usr/bin/ksh
  2. #
  3. # Innotech Multimedia Corporation
  4. #
  5. # Installation script for NetResults from the Java Reel CD
  6. #
  7.  
  8. ### Start nrserver
  9. #!/bin/sh
  10. ./jvm/solaris/jdk1.1.3/bin/java -mx16m itm.nr.serve.NRServer
  11.